home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / STATEWATCH_SCRIPTS.TCL < prev    next >
Encoding:
Text File  |  2002-07-29  |  3.1 KB  |  67 lines

  1.  
  2. #              Zustands-Ueberwachungsscripts
  3. #
  4. #   Diese sind separat in nomads/scripts und nicht in den 
  5. #   Vehicle-Deklarationen, weil sie zur Laufzeit vorhanden
  6. #   sein muessen.
  7. #
  8. #   01-Mai-2000 af      created
  9. #   10-Mai-2000 bernd   DEBRIS    
  10. #   27-Mai-2000 bernd   Debris Verglueh
  11. #   16-jun-2000 bernd   Aufgeteilt in Einzelfiles => einer je Prototype
  12. #
  13. #   (C) COPYRIGHT 2000 RADONLABS GMBH
  14. #
  15.  
  16. source $nomads_home/scripts/statewatcher/artefactstorage.tcl
  17. source $nomads_home/scripts/statewatcher/artefacttransformer.tcl
  18. source $nomads_home/scripts/statewatcher/basalt.tcl
  19. source $nomads_home/scripts/statewatcher/camera.tcl
  20. source $nomads_home/scripts/statewatcher/cinedummy.tcl
  21. source $nomads_home/scripts/statewatcher/cloud.tcl
  22. source $nomads_home/scripts/statewatcher/debris.tcl
  23. source $nomads_home/scripts/statewatcher/dummyhouse.tcl
  24. source $nomads_home/scripts/statewatcher/dummyvehicle.tcl
  25. source $nomads_home/scripts/statewatcher/factory.tcl
  26. source $nomads_home/scripts/statewatcher/fadefx.tcl
  27. source $nomads_home/scripts/statewatcher/fighter.tcl
  28. source $nomads_home/scripts/statewatcher/flak.tcl
  29. source $nomads_home/scripts/statewatcher/flakbuilding.tcl
  30. source $nomads_home/scripts/statewatcher/fx.tcl
  31. source $nomads_home/scripts/statewatcher/garage.tcl
  32. source $nomads_home/scripts/statewatcher/guidedmissile.tcl
  33. source $nomads_home/scripts/statewatcher/housemenuitem.tcl
  34. source $nomads_home/scripts/statewatcher/island.tcl
  35. source $nomads_home/scripts/statewatcher/islanddrive.tcl
  36. source $nomads_home/scripts/statewatcher/maennel.tcl
  37. source $nomads_home/scripts/statewatcher/missile.tcl
  38. source $nomads_home/scripts/statewatcher/navigation.tcl
  39. source $nomads_home/scripts/statewatcher/npc.tcl
  40. source $nomads_home/scripts/statewatcher/observer.tcl
  41. source $nomads_home/scripts/statewatcher/ore.tcl
  42. source $nomads_home/scripts/statewatcher/pawnshop.tcl
  43. source $nomads_home/scripts/statewatcher/powerplant.tcl
  44. source $nomads_home/scripts/statewatcher/sammler.tcl
  45. source $nomads_home/scripts/statewatcher/silo.tcl
  46. source $nomads_home/scripts/statewatcher/simplespell.tcl
  47. source $nomads_home/scripts/statewatcher/spawnpoint.tcl
  48. source $nomads_home/scripts/statewatcher/spell.tcl
  49. source $nomads_home/scripts/statewatcher/staticambient.tcl
  50. source $nomads_home/scripts/statewatcher/staticambient_destructible.tcl
  51. source $nomads_home/scripts/statewatcher/towncenter.tcl
  52. source $nomads_home/scripts/statewatcher/walkover.tcl
  53. source $nomads_home/scripts/statewatcher/windmill.tcl
  54. source $nomads_home/scripts/statewatcher/wonder.tcl
  55. source $nomads_home/scripts/statewatcher/energyclot.tcl
  56. source $nomads_home/scripts/statewatcher/modartefact.tcl
  57. source $nomads_home/scripts/statewatcher/critter.tcl
  58. source $nomads_home/scripts/statewatcher/serp.tcl
  59. source $nomads_home/scripts/statewatcher/subtitle.tcl
  60. source $nomads_home/scripts/statewatcher/bomb.tcl
  61. source $nomads_home/scripts/statewatcher/player_island.tcl
  62. source $nomads_home/scripts/statewatcher/npc_island.tcl
  63. source $nomads_home/scripts/statewatcher/timefuseaction.tcl
  64. source $nomads_home/scripts/statewatcher/obstacle_detector.tcl
  65.  
  66.  
  67.